Is there Visual Basic coding examples for WINSOCK manipulation? What I am looking for is the the "C" header file converted to VB and some coding examples. I can understand the "Synchronous" calls, but the "Asynchronous" calls require "callback" extensions written for VB. These callbacks are a little over my head, if I have to write them in "C". I was wondering if anyone has them in public domain. I would love to learn how to write them though.
If you can shed light on any of these topics, it would be greatly appreciated.
> I understand that you were involved in the WINSOCK API specification and therefore might be able to help with an associated question.
>
> I am trying to develop an application in Visual Basic and want to call the WINSOCK API, but all of the documentation is in "C" parlance. Do you know of anyone who might have already converted the C header files to VB "Declares", created some sample code,>
>
>
> etc... for Visual Basic.
>
> Short of that, do you have any suggestions for third party libraries for Visual Basic to assist in Windows Sockets programming?